Fix display of composed R2L text on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Sep 2010 15:16:08 +0000 (18:16 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Sep 2010 15:16:08 +0000 (18:16 +0300)
commit57c4028b4ac7093eae31efafeab2d7ff7570db91
treea6d4b492c42133251c9f78fbc6a806ebef2c528e
parentff34e10421cb8128ac37c89d08a82537ea10aef5
Fix display of composed R2L text on MS-Windows.

 w32uniscribe.c (uniscribe_shape): Update commentary.  Don't
 try to reorder grapheme clusters, since LGSTRING should always
 hold them in the logical order.
 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
 return glyph codes in the logical order.
src/ChangeLog
src/w32uniscribe.c